ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateBaseTagHelper<TControl> Class / Max Property

In This Topic
    Max Property (InputDateBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.Max. Sets the latest date that the user can enter.
    Syntax
    'Declaration
     
    Public Property Max As Date
    public DateTime Max {get; set;}
    See Also